home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / fried_ic.swf / scripts / DefineButton2_329 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2008-11-12  |  95 b   |  6 lines

  1. on(press){
  2.    trace("2");
  3.    _parent.ins17._visible = false;
  4.    _parent.gotoAndStop(2);
  5. }
  6.